InsuranceNow API (5.0.0)
InsuranceNow's RESTful API is built according to the OpenAPI specification and provides access to InsuranceNow functionality. Developers can use the API to integrate InsuranceNow with portals and other third-party systems.
Returns attachment template details
Returns attachment template details by id.
path Parameters
systemId required | string System identifier of the attachment template (e.g. XApplicationAttachment0001). |
query Parameters
container required | string Container type associated with an attachment template. Valid values include Application, Claim, or Policy. |
containerRef required | string System identifier of the container. |
Responses
Response samples
- 200
- 400
- 500
Content type
application/json
{- "_links": [
- {
- "href": "string",
- "rel": "string"
}
], - "allowableFileTypes": "string",
- "attachmentPointRequiredInd": true,
- "categoryCd": "string",
- "comments": "string",
- "deactivationDt": "2019-08-24",
- "description": "string",
- "id": "string",
- "name": "string",
- "securityAttributes": {
- "id": "string",
- "securityAttribute": [
- {
- "id": "string",
- "typeCd": "string",
- "value": "string"
}
]
}, - "tagTemplates": [
- {
- "attachmentMethodCd": "string",
- "id": "string",
- "name": "string",
- "tagTemplateIdRef": "string"
}
], - "taskTemplateIdRef": "string"
}
Was this page helpful?